Created: 2022-09-23
Create a new resource (e.g. add a new article to a wiki, add a new contact to a database).
POST requests add new resources, the data for which is encoded within the request body.
The URL doesn't have any parameters.
The information is encoded in the body of the request
(e.g the new user fullname is set using: &user-fullname=Hamish+Willee).